home *** CD-ROM | disk | FTP | other *** search
/ DC CD-ROM Comic Book: Aq…- War of the Water Worlds / DC CD-ROM Comic Book: Aquaman - War of the Water Worlds.iso / pc / master07.dxr / 00322.ls < prev    next >
Encoding:
Text File  |  1996-08-30  |  502 b   |  17 lines

  1. on mouseUp
  2.   global k, s60, s40
  3.   if k = 0 then
  4.     set the visible of sprite 20 to 0
  5.     set the visible of sprite 19 to 1
  6.     animate("a07-5hs.wav", 19, "A07-5-01.bmp", 5, s60, EMPTY)
  7.     animate(EMPTY, 19, "A07-5-01.bmp", -5, s60, EMPTY)
  8.     animate(EMPTY, 19, "A07-5-01.bmp", 5, s40, EMPTY)
  9.     animate(EMPTY, 19, "A07-5-01.bmp", -5, s40, EMPTY)
  10.     set the visible of sprite 20 to 1
  11.     set the visible of sprite 19 to 0
  12.     set k to 1
  13.     puppetSprite(19, 0)
  14.     puppetSprite(20, 0)
  15.   end if
  16. end
  17.